home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 1035 / 1035.xpi / chrome / config / appconfig.xml < prev    next >
Extensible Markup Language  |  2010-01-19  |  37KB  |  778 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- 1-Click Weather APPLICATION CONFIGURATION -->
  3. <appconfig>
  4.  
  5.     <info>
  6.         <version>1.1.9.1</version>
  7.         <lastupdate>Sun Nov 16 2008</lastupdate>
  8.         <initial>true</initial>
  9.     </info>
  10.  
  11.     <windows>
  12.         <window name="configsetup">
  13.             <title>Setup</title>
  14.             <width>200</width>
  15.             <height>300</height>
  16.         </window>
  17.         <window name="configcurrentconditions">
  18.             <title>Current Conditions</title>
  19.             <width>200</width>
  20.             <height>300</height>
  21.         </window>
  22.         <window name="configforecast">
  23.             <title>Today's Forecast</title>
  24.             <width>200</width>
  25.             <height>300</height>
  26.         </window>
  27.         <window name="configextforecast">
  28.             <title>Extended Forecast</title>
  29.             <width>200</width>
  30.             <height>300</height>
  31.         </window>
  32.         <window name="configvideo">
  33.             <title>Video</title>
  34.             <width>200</width>
  35.             <height>300</height>
  36.         </window>
  37.         <window name="configmapsradar">
  38.             <title>Radar Maps</title>
  39.             <width>200</width>
  40.             <height>300</height>
  41.         </window>
  42.         <window name="configmapssatellite">
  43.             <title>Radar Satellite</title>
  44.             <width>200</width>
  45.             <height>300</height>
  46.         </window>
  47.         <window name="configlifestyle">
  48.             <title>Lifestyle</title>
  49.             <width>200</width>
  50.             <height>300</height>
  51.         </window>
  52.         <window name="configabout">
  53.             <title>About 1-click weather</title>
  54.             <width>200</width>
  55.             <height>300</height>
  56.         </window>
  57.         <!-- ADD MORE WINDOWS HERE! -->
  58.     </windows>
  59.  
  60.     <data>
  61.         <dataelement name="Obs">
  62.             <updateinterval time="10" measure="minute"/>
  63.             <dataurl base="http://ff.1click.weather.com/weather/local/">
  64.                 <params>
  65.                     <param name="cc"/>
  66.                     <param name="unit"/>
  67.                 </params>
  68.             </dataurl>
  69.         <wxicons base="chrome://1clickweather/skin/icons/wx/" small="20x20/" large="64x64/"/>
  70.         <moonphaseicons base="chrome://1clickweather/skin/icons/moon/"/>
  71.         </dataelement>
  72.         <dataelement name="Fcst">
  73.             <updateinterval time="60" measure="minute"/>
  74.             <dataurl base="http://ff.1click.weather.com/weather/local/">
  75.                 <params>
  76.                     <param name="dayf"/>
  77.                     <param name="unit"/>
  78.                 </params>
  79.             </dataurl>
  80.             <wxicons base="chrome://1clickweather/skin/icons/wx/" small="20x20/" large="64x64/"/>
  81.             <moonphaseicons base="chrome://1clickweather/skin/icons/moon/"/>
  82.         </dataelement>
  83.         <dataelement name="ExtFcst">
  84.             <updateinterval time="60" measure="minute"/>
  85.             <dataurl base="http://ff.1click.weather.com/weather/local/">
  86.                 <params>
  87.                     <param name="dayf"/>
  88.                     <param name="unit"/>
  89.                 </params>
  90.             </dataurl>
  91.             <wxicons base="chrome://1clickweather/skin/icons/wx/" small="20x20/" large="64x64/"/>
  92.             <moonphaseicons base="chrome://1clickweather/skin/icons/moon/"/>
  93.         </dataelement>
  94.         <dataelement name="SWA">
  95.             <updateinterval time="10" measure="minute"/>
  96.             <dataurl base="http://ff.1click.weather.com/weather/local/">
  97.                 <params>
  98.                     <param name="swa"/>
  99.                     <param name="unit"/>
  100.                 </params>
  101.             </dataurl>
  102.             <wxicons base="chrome://1clickweather/skin/icons/wx/" small="20x20/" large="64x64/"/>
  103.             <moonphaseicons base="chrome://1clickweather/skin/icons/moon/"/>
  104.         </dataelement>
  105.         <dataelement name="Search">
  106.             <dataurl base="http://ff.1click.weather.com/search/search">
  107.                 <params>
  108.                     <param name="where"/>
  109.                 </params>
  110.             </dataurl>
  111.         </dataelement>
  112.         <dataelement name="Location">
  113.         <dataurl base="http://ff.1click.weather.com/weather/local/">
  114.                 <params>
  115.                     <param name="eloc"/>
  116.                 </params>
  117.             </dataurl>
  118.         </dataelement>
  119.         <!-- ADD MORE DATA ELEMENTS HERE! -->
  120.     </data>
  121.  
  122.     <maps>
  123.         <map id="radarNorthwest">
  124.             <isusonly>true</isusonly>
  125.             <title>Northwest Doppler Radar</title>
  126.             <image>image URL</image>
  127.             <imagealt>US Doplar Radar Central</imagealt>
  128.             <imagewidth>50</imagewidth>
  129.             <imageheight>50</imageheight>
  130.             <url><![CDATA[http://1cwffweb.weather.com/maps/maptype/dopplerradarusnational/northwestdopplerradar1800_large_animated.html?cm_ven=1CW&cm_cat=FFv1.1.9&cm_pla=us-doppler&cm_ite=adoppler-nw&par=1CWFFv1.1.9&site=us-doppler]]></url>
  131.         </map>
  132.         <map id="radarNorthcentral">
  133.             <isusonly>true</isusonly>
  134.             <title>North Central Dopplar Radar</title>
  135.             <image>image URL</image>
  136.             <imagealt>US Doplar Radar Central</imagealt>
  137.             <imagewidth>50</imagewidth>
  138.             <imageheight>50</imageheight>
  139.             <url><![CDATA[http://1cwffweb.weather.com/maps/maptype/dopplerradarusnational/northcentraldopplerradar1800_large_animated.html?cm_ven=1CW&cm_cat=FFv1.1.9&cm_pla=us-doppler&cm_ite=adoppler-cntrl-n&par=1CWFFv1.1.9&site=us-doppler]]></url>
  140.         </map>
  141.         <map id="radarNortheast">
  142.             <isusonly>true</isusonly>
  143.             <title>Northeast Doppler Radar</title>
  144.             <image>image URL</image>
  145.             <imagealt>US Doplar Radar Central</imagealt>
  146.             <imagewidth>50</imagewidth>
  147.             <imageheight>50</imageheight>
  148.             <url><![CDATA[http://1cwffweb.weather.com/maps/maptype/dopplerradarusnational/northeastdopplerradar1800_large_animated.html?cm_ven=1CW&cm_cat=FFv1.1.9&cm_pla=us-doppler&cm_ite=adoppler-ne&par=1CWFFv1.1.9&site=us-doppler]]></url>
  149.         </map>
  150.         <map id="radarWestcentral">
  151.             <isusonly>true</isusonly>
  152.             <title>West Central Doplar Radar</title>
  153.             <image>image URL</image>
  154.             <imagealt>US Doplar Radar Central</imagealt>
  155.             <imagewidth>50</imagewidth>
  156.             <imageheight>50</imageheight>
  157.             <url><![CDATA[http://1cwffweb.weather.com/maps/maptype/dopplerradarusnational/westcentraldopplerradar1800_large_animated.html?cm_ven=1CW&cm_cat=FFv1.1.9&cm_pla=us-doppler&cm_ite=adoppler-cntrl-w&par=1CWFFv1.1.9&site=us-doppler]]></url>
  158.         </map>
  159.         <map id="radarCentral">
  160.             <isusonly>true</isusonly>
  161.             <title>Central Doplar Radar</title>
  162.             <image>image URL</image>
  163.             <imagealt>US Doplar Radar Central</imagealt>
  164.             <imagewidth>50</imagewidth>
  165.             <imageheight>50</imageheight>
  166.             <url><![CDATA[http://1cwffweb.weather.com/maps/maptype/dopplerradarusnational/centraldopplerradar1800_large_animated.html?cm_ven=1CW&cm_cat=FFv1.1.9&cm_pla=us-doppler&cm_ite=adoppler-cntrl&par=1CWFFv1.1.9&site=us-doppler]]></url>
  167.         </map>
  168.         <map id="radarEastcentral">
  169.             <isusonly>true</isusonly>
  170.             <title>East Central Doplar Radar</title>
  171.             <image>image URL</image>
  172.             <imagealt>US Doplar Radar Central</imagealt>
  173.             <imagewidth>50</imagewidth>
  174.             <imageheight>50</imageheight>
  175.             <url><![CDATA[http://1cwffweb.weather.com/maps/maptype/dopplerradarusnational/eastcentraldopplerradar1800_large_animated.html?cm_ven=1CW&cm_cat=FFv1.1.9&cm_pla=us-doppler&cm_ite=adoppler-cntrl-e&par=1CWFFv1.1.9&site=us-doppler]]></url>
  176.         </map>
  177.         <map id="radarSouthwest">
  178.             <isusonly>true</isusonly>
  179.             <title>Southwest Doplar Radar</title>
  180.             <image>image URL</image>
  181.             <imagealt>US Doplar Radar</imagealt>
  182.             <imagewidth>50</imagewidth>
  183.             <imageheight>50</imageheight>
  184.             <url><![CDATA[http://1cwffweb.weather.com/maps/maptype/dopplerradarusnational/southwestdopplerradar1800_large_animated.html?cm_ven=1CW&cm_cat=FFv1.1.9&cm_pla=us-doppler&cm_ite=adoppler-sw&par=1CWFFv1.1.9&site=us-doppler]]></url>
  185.         </map>
  186.         <map id="radarSouthcentral">
  187.             <isusonly>true</isusonly>
  188.             <title>South Central Doplar</title>
  189.             <image>image URL</image>
  190.             <imagealt>US Doplar Radar Central</imagealt>
  191.             <imagewidth>50</imagewidth>
  192.             <imageheight>50</imageheight>
  193.             <url><![CDATA[http://1cwffweb.weather.com/maps/maptype/dopplerradarusnational/southcentraldopplerradar1800_large_animated.html?cm_ven=1CW&cm_cat=FFv1.1.9&cm_pla=us-doppler&cm_ite=adoppler-cntrl-s&par=1CWFFv1.1.9&site=us-doppler]]></url>
  194.         </map>
  195.         <map id="radarSoutheast">
  196.             <isusonly>true</isusonly>
  197.             <title>Southeast Doplar Radar</title>
  198.             <image>image URL</image>
  199.             <imagealt>US Doplar Radar Central</imagealt>
  200.             <imagewidth>50</imagewidth>
  201.             <imageheight>50</imageheight>
  202.             <url><![CDATA[http://1cwffweb.weather.com/maps/maptype/dopplerradarusnational/southeastdopplerradar1800_large_animated.html?cm_ven=1CW&cm_cat=FFv1.1.9&cm_pla=us-doppler&cm_ite=adoppler-se&par=1CWFFv1.1.9&site=us-doppler]]></url>
  203.         </map>
  204.  
  205.         <!-- next comes the satellite maps -->
  206.         <map id="satelliteEurope">
  207.             <isusonly>false</isusonly>
  208.             <title>Europe Satellite</title>
  209.             <image>image URL</image>
  210.             <imagealt>Satellite</imagealt>
  211.             <imagewidth>50</imagewidth>
  212.             <imageheight>50</imageheight>
  213.             <url><![CDATA[http://1cwffweb.weather.com/maps/geography/europe/index_large_animated.html?cm_ven=1CW&cm_cat=FFv1.1.9&cm_pla=intl-sat&cm_ite=aisat-europe&par=1CWFFv1.1.9&site=intl-sat]]></url>
  214.         </map>
  215.         <map id="satelliteMiddleEast">
  216.             <isusonly>false</isusonly>
  217.             <title>Middle East Satellite</title>
  218.             <image>image URL</image>
  219.             <imagealt>Satellite</imagealt>
  220.             <imagewidth>50</imagewidth>
  221.             <imageheight>50</imageheight>
  222.             <url><![CDATA[http://1cwffweb.weather.com/maps/geography/africaandmiddleeast/middleeastsatellite_large_animated.html?cm_ven=1CW&cm_cat=FFv1.1.9&cm_pla=intl-sat&cm_ite=aisat-mideast&par=1CWFFv1.1.9&site=intl-sat]]></url>
  223.         </map>
  224.         <map id="satelliteMexico">
  225.             <isusonly>false</isusonly>
  226.             <title>Mexico Satellite</title>
  227.             <image>image URL</image>
  228.             <imagealt>Satellite</imagealt>
  229.             <imagewidth>50</imagewidth>
  230.             <imageheight>50</imageheight>
  231.             <url><![CDATA[http://1cwffweb.weather.com/maps/geography/northamerica/mexicosatellite_large_animated.html?cm_ven=1CW&cm_cat=FFv1.1.9&cm_pla=intl-sat&cm_ite=aisat-mexico&par=1CWFFv1.1.9&site=intl-sat]]></url>
  232.         </map>
  233.         <map id="satelliteRussia">
  234.             <isusonly>false</isusonly>
  235.             <title>Russia Satellite</title>
  236.             <image>image URL</image>
  237.             <imagealt>Satellite</imagealt>
  238.             <imagewidth>50</imagewidth>
  239.             <imageheight>50</imageheight>
  240.             <url><![CDATA[http://1cwffweb.weather.com/maps/geography/europe/russiasatellite_large_animated.html?cm_ven=1CW&cm_cat=FFv1.1.9&cm_pla=intl-sat&cm_ite=aisat-russia&par=1CWFFv1.1.9&site=intl-sat]]></url>
  241.         </map>
  242.         <map id="satelliteAfrica">
  243.             <isusonly>false</isusonly>
  244.             <title>Africa Satellite</title>
  245.             <image>image URL</image>
  246.             <imagealt>Satellite</imagealt>
  247.             <imagewidth>50</imagewidth>
  248.             <imageheight>50</imageheight>
  249.             <url><![CDATA[http://1cwffweb.weather.com/maps/geography/africaandmiddleeast/africasatellite_large_animated.html?cm_ven=1CW&cm_cat=FFv1.1.9&cm_pla=intl-sat&cm_ite=aisat-africa&par=1CWFFv1.1.9&site=intl-sat]]></url>
  250.         </map>
  251.         <map id="satelliteCentralAmerica">
  252.             <isusonly>false</isusonly>
  253.             <title>Central America Satellite</title>
  254.             <image>image URL</image>
  255.             <imagealt>Satellite</imagealt>
  256.             <imagewidth>50</imagewidth>
  257.             <imageheight>50</imageheight>
  258.             <url><![CDATA[http://1cwffweb.weather.com/maps/geography/centralamerica/index_large_animated.html?cm_ven=1CW&cm_cat=FFv1.1.9&cm_pla=intl-sat&cm_ite=aisat-cntrlamerica&par=1CWFFv1.1.9&site=intl-sat]]></url>
  259.         </map>
  260.         <map id="satelliteAsia">
  261.             <isusonly>false</isusonly>
  262.             <title>Asia Satellite</title>
  263.             <image>image URL</image>
  264.             <imagealt>Satellite</imagealt>
  265.             <imagewidth>50</imagewidth>
  266.             <imageheight>50</imageheight>
  267.             <url><![CDATA[http://1cwffweb.weather.com/maps/geography/pacific/asiasatellite_large_animated.html?cm_ven=1CW&cm_cat=FFv1.1.9&cm_pla=intl-sat&cm_ite=aisat-asia&par=1CWFFv1.1.9&site=intl-sat]]></url>
  268.         </map>
  269.         <map id="satelliteCanada">
  270.             <isusonly>false</isusonly>
  271.             <title>Canada Satellite</title>
  272.             <image>image URL</image>
  273.             <imagealt>Satellite</imagealt>
  274.             <imagewidth>50</imagewidth>
  275.             <imageheight>50</imageheight>
  276.             <url><![CDATA[http://1cwffweb.weather.com/maps/geography/northamerica/index_large_animated.html?cm_ven=1CW&cm_cat=FFv1.1.9&cm_pla=intl-sat&cm_ite=aisat-canada&par=1CWFFv1.1.9&site=intl-sat]]></url>
  277.         </map>
  278.         <map id="satelliteSouthAmerica">
  279.             <isusonly>false</isusonly>
  280.             <title>South America Satellite</title>
  281.             <image>image URL</image>
  282.             <imagealt>Satellite</imagealt>
  283.             <imagewidth>50</imagewidth>
  284.             <imageheight>50</imageheight>
  285.             <url><![CDATA[http://1cwffweb.weather.com/maps/geography/southamerica/index_large_animated.html?cm_ven=1CW&cm_cat=FFv1.1.9&cm_pla=intl-sat&cm_ite=aisat-southamerica&par=1CWFFv1.1.9&site=intl-sat]]></url>
  286.         </map>
  287.  
  288.         <!-- ADD MORE MAPS HERE! -->
  289.     </maps>
  290.  
  291.     <videos>
  292.         <video id="1073" collection="topstory">
  293.             <name>Top Story Video</name>
  294.             <image>chrome://1clickweather/skin/icons/video/vid_topstory.jpg</image>
  295.             <imagealt>Top Story Video</imagealt>
  296.             <imagewidth>85</imagewidth>
  297.             <imageheight>85</imageheight>
  298.             <title>Top Story Video</title>
  299.             <url><![CDATA[http://1cwffweb.weather.com/multimedia/videoplayer.html?clip=1073&collection=topstory&cm_ven=1CW&cm_cat=FFv1.1.9&cm_pla=video&cm_ite=vid-topstory&par=1CWFFv1.1.9&site=video]]></url>
  300.         </video>
  301.         <video id="365" collection="mostpopular">
  302.             <name>Severe Weather Outlook</name>
  303.             <image>chrome://1clickweather/skin/icons/video/vid_severe.jpg</image>
  304.             <imagealt>Severe Weather Outlook</imagealt>
  305.             <imagewidth>85</imagewidth>
  306.             <imageheight>85</imageheight>
  307.             <title>Severe Weather Outlook</title>
  308.             <url><![CDATA[http://1cwffweb.weather.com/multimedia/videoplayer.html?clip=365&collection=topstory&cm_ven=1CW&cm_cat=FFv1.1.9&cm_pla=video&cm_ite=vid-severe-wx&par=1CWFFv1.1.9&site=video]]></url>
  309.         </video>
  310.         <video id="571" collection="vacationplanner">
  311.             <name>Europe Forecast</name>
  312.             <image>chrome://1clickweather/skin/icons/video/vid_europe.jpg</image>
  313.             <imagealt>Europe Forecast</imagealt>
  314.             <imagewidth>85</imagewidth>
  315.             <imageheight>85</imageheight>
  316.             <title>Europe Forecast</title>
  317.             <url><![CDATA[http://1cwffweb.weather.com/multimedia/videoplayer.html?clip=571&collection=vacationplanner&cm_ven=1CW&cm_cat=FFv1.1.9&cm_pla=video&cm_ite=vid-europe-wx&par=1CWFFv1.1.9&site=video]]></url>
  318.         </video>
  319.         <video id="364" collection="wxforecast">
  320.             <name>National Forecast</name>
  321.             <image>chrome://1clickweather/skin/icons/video/vid_national.jpg</image>
  322.             <imagealt>National Forecast</imagealt>
  323.             <imagewidth>85</imagewidth>
  324.             <imageheight>85</imageheight>
  325.             <title>National Forecast</title>
  326.             <url><![CDATA[http://1cwffweb.weather.com/multimedia/videoplayer.html?clip=364&collection=regwxforecast&cm_ven=1CW&cm_cat=FFv1.1.9&cm_pla=video&cm_ite=vid-natl-wx&par=1CWFFv1.1.9&site=video]]></url>
  327.         </video>
  328.         <video id="361" collection="wxforecast">
  329.             <name>Northeast Regional Forecast</name>
  330.             <image>chrome://1clickweather/skin/icons/video/vid_ne.jpg</image>
  331.             <imagealt>Northeast Regional Forecast</imagealt>
  332.             <imagewidth>85</imagewidth>
  333.             <imageheight>85</imageheight>
  334.             <title>Northeast Regional Forecast</title>
  335.             <url><![CDATA[http://1cwffweb.weather.com/multimedia/videoplayer.html?clip=361&cm_ven=1CW&cm_cat=FFv1.1.9&cm_pla=video&cm_ite=vid-ne-wx&par=1CWFFv1.1.9&site=video]]></url>
  336.         </video>
  337.         <video id="360" collection="wxforecast">
  338.             <name>Midwest Regional Forecast</name>
  339.             <image>chrome://1clickweather/skin/icons/video/vid_midw.jpg</image>
  340.             <imagealt>Midwest Regional Forecast</imagealt>
  341.             <imagewidth>85</imagewidth>
  342.             <imageheight>85</imageheight>
  343.             <title>Midwest Regional Forecast</title>
  344.             <url><![CDATA[http://1cwffweb.weather.com/multimedia/videoplayer.html?clip=360&collection=regwxforecast&cm_ven=1CW&cm_cat=FFv1.1.9&cm_pla=video&cm_ite=vid-mw-wx&par=1CWFFv1.1.9&site=video]]></url>
  345.         </video>
  346.         <video id="362" collection="wxforecast">
  347.             <name>Southern Regional Forecast</name>
  348.             <image>chrome://1clickweather/skin/icons/video/vid_south.jpg</image>
  349.             <imagealt>Southern Regional Forecast</imagealt>
  350.             <imagewidth>85</imagewidth>
  351.             <imageheight>85</imageheight>
  352.             <title>Southern Regional Forecast</title>
  353.             <url><![CDATA[http://1cwffweb.weather.com/multimedia/videoplayer.html?clip=362&collection=regwxforecast&cm_ven=1CW&cm_cat=FFv1.1.9&cm_pla=video&cm_ite=vid-s-wx&par=1CWFFv1.1.9&site=video]]></url>
  354.         </video>
  355.         <video id="363" collection="wxforecast">
  356.             <name>Western Regional Forecast</name>
  357.             <image>chrome://1clickweather/skin/icons/video/vid_west.jpg</image>
  358.             <imagealt>Western Regional Forecast</imagealt>
  359.             <imagewidth>85</imagewidth>
  360.             <imageheight>85</imageheight>
  361.             <title>Western Regional Forecast</title>
  362.             <url><![CDATA[http://1cwffweb.weather.com/multimedia/videoplayer.html?clip=363&collection=regwxforecast&cm_ven=1CW&cm_cat=FFv1.1.9&cm_pla=video&cm_ite=vid-w-wx&par=1CWFFv1.1.9&site=video]]></url>
  363.         </video>
  364.         <!-- ADD MORE VIDEOS HERE!! -->
  365.     </videos>
  366.  
  367.     <icons>
  368.         <icon id="monkey">
  369.             <url><![CDATA[ICON URL]]></url>
  370.             <name>Monkey</name>
  371.             <alt>Monkey Icon</alt>
  372.             <width>30</width>
  373.             <height>30</height>
  374.             <ext>.gif</ext>
  375.         </icon>
  376.         <icon id="monkey">
  377.             <url><![CDATA[ICON URL]]></url>
  378.             <name>Monkey</name>
  379.             <alt>Monkey Icon</alt>
  380.             <width>30</width>
  381.             <height>30</height>
  382.             <ext>.gif</ext>
  383.         </icon>
  384.         <icon id="toolbar_alert">
  385.             <url><![CDATA[chrome://1clickweather/skin/icons/other/toolbar_alert.png]]></url>
  386.             <name>Monkey</name>
  387.             <alt>Monkey Icon</alt>
  388.             <width>20</width>
  389.             <height>20</height>
  390.             <ext>.gif</ext>
  391.         </icon>
  392.         <icon id="toolbar_quick">
  393.             <url><![CDATA[chrome://1clickweather/skin/icons/other/toolbar_quick.png]]></url>
  394.             <name>Monkey</name>
  395.             <alt>Monkey Icon</alt>
  396.             <width>20</width>
  397.             <height>20</height>
  398.             <ext>.gif</ext>
  399.         </icon>
  400.         <icon id="toolbar_radar">
  401.             <url><![CDATA[chrome://1clickweather/skin/icons/other/toolbar_radar.png]]></url>
  402.             <name>Monkey</name>
  403.             <alt>Monkey Icon</alt>
  404.             <width>33</width>
  405.             <height>20</height>
  406.             <ext>.gif</ext>
  407.         </icon>
  408.         <icon id="toolbar_satellite">
  409.             <url><![CDATA[chrome://1clickweather/skin/icons/other/toolbar_satellite.png]]></url>
  410.             <name>Monkey</name>
  411.             <alt>Monkey Icon</alt>
  412.             <width>20</width>
  413.             <height>20</height>
  414.             <ext>.gif</ext>
  415.         </icon>
  416.         <icon id="toolbar_tools">
  417.             <url><![CDATA[chrome://1clickweather/skin/icons/other/toolbar_tools.png]]></url>
  418.             <name>Monkey</name>
  419.             <alt>Monkey Icon</alt>
  420.             <width>20</width>
  421.             <height>20</height>
  422.             <ext>.gif</ext>
  423.         </icon>
  424.         <icon id="toolbar_video">
  425.             <url><![CDATA[chrome://1clickweather/skin/icons/other/toolbar_video.png]]></url>
  426.             <name>Monkey</name>
  427.             <alt>Monkey Icon</alt>
  428.             <width>20</width>
  429.             <height>20</height>
  430.             <ext>.gif</ext>
  431.         </icon>
  432.         <icon id="logo">
  433.           <url><![CDATA[chrome://1clickweather/skin/icons/other/twclogo.jpg]]></url>
  434.             <name>Monkey</name>
  435.             <alt>Monkey Icon</alt>
  436.             <width>172</width>
  437.             <height>38</height>
  438.             <ext>.jpg</ext>
  439.         </icon>
  440.         <icon id="ttlogo">
  441.           <url><![CDATA[chrome://1clickweather/skin/icons/other/error_tooltip_logo.png]]></url>
  442.             <name>Monkey</name>
  443.             <alt>Monkey Icon</alt>
  444.             <width>172</width>
  445.             <height>38</height>
  446.             <ext>.png</ext>
  447.         </icon>
  448.         <icon id="footerlogo">
  449.           <url><![CDATA[chrome://1clickweather/skin/icons/other/error_tooltip_logo.png]]></url>
  450.             <name>Monkey</name>
  451.             <alt>Monkey Icon</alt>
  452.             <width>386</width>
  453.             <height>62</height>
  454.             <ext>.png</ext>
  455.         </icon>
  456.         <icon id="footerlogoleft">
  457.           <url><![CDATA[chrome://1clickweather/skin/icons/other/left_logo_icons.png]]></url>
  458.             <name>Monkey</name>
  459.             <alt>Monkey Icon</alt>
  460.             <width>75</width>
  461.             <height>62</height>
  462.             <ext>.png</ext>
  463.         </icon>
  464.         <icon id="footerlogoright">
  465.           <url><![CDATA[chrome://1clickweather/skin/icons/other/right_logo_icons.png]]></url>
  466.             <name>Monkey</name>
  467.             <alt>Monkey Icon</alt>
  468.             <width>119</width>
  469.             <height>62</height>
  470.             <ext>.png</ext>
  471.         </icon>
  472.         <icon id="logo32x32">
  473.           <url><![CDATA[chrome://1clickweather/skin/icons/other/twc_logo32x32.png]]></url>
  474.             <name>Monkey</name>
  475.             <alt>Monkey Icon</alt>
  476.             <width>32</width>
  477.             <height>32</height>
  478.             <ext>.png</ext>
  479.         </icon>
  480.         <icon id="link_10day">
  481.             <url><![CDATA[chrome://1clickweather/skin/icons/other/orange_icon_10day.gif]]></url>
  482.             <name>Monkey</name>
  483.             <alt>Monkey Icon</alt>
  484.             <width>30</width>
  485.             <height>30</height>
  486.             <ext>.gif</ext>
  487.         </icon>
  488.         <icon id="link_baseball">
  489.             <url><![CDATA[chrome://1clickweather/skin/icons/other/orange_icon_baseball.gif]]></url>
  490.             <name>Monkey</name>
  491.             <alt>Monkey Icon</alt>
  492.             <width>30</width>
  493.             <height>30</height>
  494.             <ext>.gif</ext>
  495.         </icon>
  496.         <icon id="link_fitness">
  497.             <url><![CDATA[chrome://1clickweather/skin/icons/other/orange_icon_fitness.gif]]></url>
  498.             <name>Monkey</name>
  499.             <alt>Monkey Icon</alt>
  500.             <width>30</width>
  501.             <height>30</height>
  502.             <ext>.gif</ext>
  503.         </icon>
  504.         <icon id="link_golf">
  505.             <url><![CDATA[chrome://1clickweather/skin/icons/other/orange_icon_golf.gif]]></url>
  506.             <name>Monkey</name>
  507.             <alt>Monkey Icon</alt>
  508.             <width>30</width>
  509.             <height>30</height>
  510.             <ext>.gif</ext>
  511.         </icon>
  512.         <icon id="link_home">
  513.             <url><![CDATA[chrome://1clickweather/skin/icons/other/orange_icon_home.gif]]></url>
  514.             <name>Monkey</name>
  515.             <alt>Monkey Icon</alt>
  516.             <width>30</width>
  517.             <height>30</height>
  518.             <ext>.gif</ext>
  519.         </icon>
  520.         <icon id="link_hour">
  521.             <url><![CDATA[chrome://1clickweather/skin/icons/other/orange_icon_hour.gif]]></url>
  522.             <name>Monkey</name>
  523.             <alt>Monkey Icon</alt>
  524.             <width>30</width>
  525.             <height>30</height>
  526.             <ext>.gif</ext>
  527.         </icon>
  528.         <icon id="link_interstate">
  529.             <url><![CDATA[chrome://1clickweather/skin/icons/other/orange_icon_interstate.gif]]></url>
  530.             <name>Monkey</name>
  531.             <alt>Monkey Icon</alt>
  532.             <width>30</width>
  533.             <height>30</height>
  534.             <ext>.gif</ext>
  535.         </icon>
  536.         <icon id="link_mosquito">
  537.             <url><![CDATA[chrome://1clickweather/skin/icons/other/orange_icon_mosquito.gif]]></url>
  538.             <name>Monkey</name>
  539.             <alt>Monkey Icon</alt>
  540.             <width>30</width>
  541.             <height>30</height>
  542.             <ext>.gif</ext>
  543.         </icon>
  544.         <icon id="link_petcast">
  545.             <url><![CDATA[chrome://1clickweather/skin/icons/other/orange_icon_petcast.gif]]></url>
  546.             <name>Monkey</name>
  547.             <alt>Monkey Icon</alt>
  548.             <width>30</width>
  549.             <height>30</height>
  550.             <ext>.gif</ext>
  551.         </icon>
  552.         <icon id="link_plane">
  553.             <url><![CDATA[chrome://1clickweather/skin/icons/other/orange_icon_plane.gif]]></url>
  554.             <name>Monkey</name>
  555.             <alt>Monkey Icon</alt>
  556.             <width>30</width>
  557.             <height>30</height>
  558.             <ext>.gif</ext>
  559.         </icon>
  560.         <icon id="link_pollen">
  561.             <url><![CDATA[chrome://1clickweather/skin/icons/other/orange_icon_pollen.gif]]></url>
  562.             <name>Monkey</name>
  563.             <alt>Monkey Icon</alt>
  564.             <width>30</width>
  565.             <height>30</height>
  566.             <ext>.gif</ext>
  567.         </icon>
  568.         <icon id="link_skywatch">
  569.             <url><![CDATA[chrome://1clickweather/skin/icons/other/orange_icon_skywatch.gif]]></url>
  570.             <name>Monkey</name>
  571.             <alt>Monkey Icon</alt>
  572.             <width>30</width>
  573.             <height>30</height>
  574.             <ext>.gif</ext>
  575.         </icon>
  576.         <icon id="link_sunsafety">
  577.             <url><![CDATA[chrome://1clickweather/skin/icons/other/orange_icon_sunsafety.gif]]></url>
  578.             <name>Monkey</name>
  579.             <alt>Monkey Icon</alt>
  580.             <width>30</width>
  581.             <height>30</height>
  582.             <ext>.gif</ext>
  583.         </icon>
  584.         <icon id="link_tropical">
  585.             <url><![CDATA[chrome://1clickweather/skin/icons/other/orange_icon_tropical.gif]]></url>
  586.             <name>Monkey</name>
  587.             <alt>Monkey Icon</alt>
  588.             <width>30</width>
  589.             <height>30</height>
  590.             <ext>.gif</ext>
  591.         </icon>
  592.         <icon id="link_vacation">
  593.             <url><![CDATA[chrome://1clickweather/skin/icons/other/orange_icon_vacation.gif]]></url>
  594.             <name>Monkey</name>
  595.             <alt>Monkey Icon</alt>
  596.             <width>30</width>
  597.             <height>30</height>
  598.             <ext>.gif</ext>
  599.         </icon>
  600.         <icon id="swa_bullet_0">
  601.             <url><![CDATA[chrome://1clickweather/skin/icons/other/swa_bullet_0.png]]></url>
  602.             <name>Monkey</name>
  603.             <alt>Monkey Icon</alt>
  604.             <width>13</width>
  605.             <height>13</height>
  606.             <ext>.gif</ext>
  607.         </icon>
  608.         <icon id="swa_bullet_1">
  609.             <url><![CDATA[chrome://1clickweather/skin/icons/other/swa_bullet_1.png]]></url>
  610.             <name>Monkey</name>
  611.             <alt>Monkey Icon</alt>
  612.             <width>13</width>
  613.             <height>13</height>
  614.             <ext>.gif</ext>
  615.         </icon>
  616.         <icon id="swa_bullet_2">
  617.             <url><![CDATA[chrome://1clickweather/skin/icons/other/swa_bullet_2.png]]></url>
  618.             <name>Monkey</name>
  619.             <alt>Monkey Icon</alt>
  620.             <width>13</width>
  621.             <height>13</height>
  622.             <ext>.gif</ext>
  623.         </icon>
  624.         <icon id="dw_ad">
  625.             <url><![CDATA[chrome://1clickweather/skin/icons/other/dw_ad.png]]></url>
  626.             <name>Monkey</name>
  627.             <alt>Monkey Icon</alt>
  628.             <width>169</width>
  629.             <height>129</height>
  630.             <ext>.png</ext>
  631.         </icon>
  632.         <!-- ADD MORE ICONS HERE!!! -->
  633.         <icon id="clock">
  634.             <url><![CDATA[chrome://1clickweather/skin/icons/other/clock.png]]></url>
  635.             <name>Clock</name>
  636.             <alt>Hour-By_Hour</alt>
  637.             <width>20</width>
  638.             <height>20</height>
  639.             <ext>.png</ext>
  640.         </icon>
  641.         <icon id="tendayfcst">
  642.             <url><![CDATA[chrome://1clickweather/skin/icons/other/tendayfcst.png]]></url>
  643.             <name>tendayfcst</name>
  644.             <alt>10-Day Forecast</alt>
  645.             <width>20</width>
  646.             <height>20</height>
  647.             <ext>.png</ext>
  648.         </icon>
  649.  
  650.     </icons>
  651.  
  652.     <links>
  653.         <!-- lifestyle links... -->
  654.         <link id="1">
  655.             <text><![CDATA[Tropical Update]]></text>
  656.             <url><![CDATA[http://1cwffweb.weather.com/newscenter/tropical/?cm_ven=1CW&cm_cat=FFv1.1.9&cm_pla=wx.com-userdef&cm_ite=wx-tropicalupdt&par=1CWFFv1.1.9&site=wx.com-userdef]]></url>
  657.             <alt>My Link ALT</alt>
  658.             <icon>link_tropical</icon>
  659.         </link>
  660.         <link id="2">
  661.             <text><![CDATA[Mosquito Activity]]></text>
  662.             <url><![CDATA[http://1cwffweb.weather.com/outlook/homeandgarden/mosquito/forecast/LOCIDTAG?x=0&lswe=LOCIDTAG&lswa=MosquitoForecast&y=0&cm_ven=1CW&cm_cat=FFv1.1.9&cm_pla=wx.com-userdef&cm_ite=wx-fc-mosquito&par=1CWFFv1.1.9&site=wx.com-userdef]]></url>
  663.             <alt>My Link ALT</alt>
  664.             <icon>link_mosquito</icon>
  665.         </link>
  666.         <link id="3">
  667.             <text><![CDATA[Personal PetCast]]></text>
  668.             <url><![CDATA[http://1cwffweb.weather.com/activities/homeandgarden/pets/?cm_ven=1CW&cm_cat=FFv1.1.9&cm_pla=wx.com-userdef&cm_ite=wx-fc-pets&par=1CWFFv1.1.9&site=wx.com-userdef]]></url>
  669.             <alt>My Link ALT</alt>
  670.             <icon>link_petcast</icon>
  671.         </link>
  672.         <link id="4">
  673.             <text><![CDATA[Sky Watch]]></text>
  674.             <url><![CDATA[http://1cwffweb.weather.com/outlook/recreation/outdoors/skywatch/?cm_ven=1CW&cm_cat=FFv1.1.9&cm_pla=wx.com-userdef&cm_ite=wx-skywatch&par=1CWFFv1.1.9&site=wx.com-userdef]]></url>
  675.             <alt>My Link ALT</alt>
  676.             <icon>link_skywatch</icon>
  677.         </link>
  678.         <link id="5">
  679.             <text><![CDATA[Baseball Game Day Forecast]]></text>
  680.             <url><![CDATA[http://1cwffweb.weather.com/activities/events/mlb/?cm_ven=1CW&cm_cat=FFv1.1.9&cm_pla=wx.com-userdef&cm_ite=wx-fc-baseball&par=1CWFFv1.1.9&site=wx.com-userdef]]></url>
  681.             <alt>My Link ALT</alt>
  682.             <icon>link_baseball</icon>
  683.         </link>
  684.         <link id="6">
  685.             <text>Interstate Forecast</text>
  686.             <url><![CDATA[http://1cwffweb.weather.com/activities/driving/interstate/?cm_ven=1CW&cm_cat=FFv1.1.9&cm_pla=wx.com-userdef&cm_ite=wx-fc-interstate&par=1CWFFv1.1.9&site=wx.com-userdef]]></url>
  687.             <alt>My Link ALT</alt>
  688.             <icon>link_interstate</icon>
  689.         </link>
  690.         <link id="7">
  691.             <text>Vacation Planner</text>
  692.             <url><![CDATA[http://1cwffweb.weather.com/activities/travel/vacationplanner/?cm_ven=1CW&cm_cat=FFv1.1.9&cm_pla=wx.com-userdef&cm_ite=wx-vacationplanner&par=1CWFFv1.1.9&site=wx.com-userdef]]></url>
  693.             <alt>My Link ALT</alt>
  694.             <icon>link_vacation</icon>
  695.         </link>
  696.         <link id="8">
  697.             <text><![CDATA[PollenCast]]></text>
  698.             <url><![CDATA[http://1cwffweb.weather.com/outlook/health/allergies/weather/tenday/LOCIDTAG?x=0&y=0&cm_ven=1CW&cm_cat=FFv1.1.9&cm_pla=wx.com-userdef&cm_ite=wx-fc-pollen&par=1CWFFv1.1.9&site=wx.com-userdef]]></url>
  699.             <alt>My Link ALT</alt>
  700.             <icon>link_pollen</icon>
  701.         </link>
  702.         <link id="9">
  703.             <text><![CDATA[Sun Safety Advisor]]></text>
  704.             <url><![CDATA[http://1cwffweb.weather.com/outlook/health/sunsafety/form/LOCIDTAG?x=6&lswe=LOCIDTAG&lswa=SunSafetyForm&y=13&cm_ven=1CW&cm_cat=FFv1.1.9&cm_pla=wx.com-userdef&cm_ite=wx-sunsafety&par=1CWFFv1.1.9&site=wx.com-userdef]]></url>
  705.             <alt>My Link ALT</alt>
  706.             <icon>link_sunsafety</icon>
  707.         </link>
  708.         <link id="10">
  709.             <text><![CDATA[Flight Tracker]]></text>
  710.             <url><![CDATA[http://1cwffweb.weather.com/activities/travel/businesstraveler/welcome.html?cm_ven=1CW&cm_cat=FFv1.1.9&cm_pla=wx.com-userdef&cm_ite=wx-flighttracker&par=1CWFFv1.1.9&site=wx.com-userdef]]></url>
  711.             <alt>My Link ALT</alt>
  712.             <icon>link_plane</icon>
  713.         </link>
  714.         <link id="11">
  715.             <text><![CDATA[Fitness Forecast]]></text>
  716.             <url><![CDATA[http://1cwffweb.weather.com/outlook/health/fitness/weather/hrbyhr/LOCIDTAG?cm_ven=1CW&cm_cat=FFv1.1.9&cm_pla=wx.com-userdef&cm_ite=wx-fc-fitness&par=1CWFFv1.1.9&site=wx.com-userdef]]></url>
  717.             <alt>My Link ALT</alt>
  718.             <icon>link_fitness</icon>
  719.         </link>
  720.         <link id="12">
  721.             <text><![CDATA[Golf Forecast]]></text>
  722.             <url><![CDATA[http://1cwffweb.weather.com/outlook/recreation/golf/LOCIDTAG?lswe=LOCIDTAG&lswa=Golf&GO=GO&cm_ven=1CW&cm_cat=FFv1.1.9&cm_pla=wx.com-userdef&cm_ite=wx-fc-golf&par=1CWFFv1.1.9&site=wx.com-userdef]]></url>
  723.             <alt>My Link ALT</alt>
  724.             <icon>link_golf</icon>
  725.         </link>
  726.         <link id="homepage">
  727.             <text><![CDATA[weather.com home page]]></text>
  728.             <url><![CDATA[http://1cwffweb.weather.com/?cm_ven=1CW&cm_cat=FFv1.1.9&cm_pla=wx.com-perm&cm_ite=wx-homepg&par=1CWFFv1.1.9&site=wx.com-perm]]></url>
  729.             <alt>My Link ALT</alt>
  730.             <icon>link_home</icon>
  731.         </link>
  732.         <link id="36hour">
  733.             <text><![CDATA[Your local 36-Hour Forecast]]></text>
  734.             <url><![CDATA[http://1cwffweb.weather.com/weather/hourbyhour/LOCIDTAG?locid=LOCIDTAG&cm_ven=1CW&cm_cat=FFv1.1.9&cm_pla=wx.com-perm&cm_ite=wx-36hr&par=1CWFFv1.1.9&site=wx.com-perm]]></url>
  735.             <alt>My Link ALT</alt>
  736.             <icon>link_hour</icon>
  737.         </link>
  738.         <link id="hourbyhour">
  739.             <text><![CDATA[Your local Hour-by-Hour Forecast]]></text>
  740.             <url><![CDATA[http://1cwffweb.weather.com/weather/hourbyhour/LOCIDTAG?locid=LOCIDTAG&cm_ven=1CW&cm_cat=FFv1.1.9&cm_pla=wx.com-perm&cm_ite=wx-36hr&par=1CWFFv1.1.9&site=wx.com-perm]]></url>
  741.             <alt>My Link ALT</alt>
  742.             <icon>link_hour</icon>
  743.         </link>
  744.         <link id="10day">
  745.             <text><![CDATA[Your local 10-Day Extended Forecast]]></text>
  746.             <url><![CDATA[http://1cwffweb.weather.com/weather/tenday/LOCIDTAG?cm_ven=1CW&cm_cat=FFv1.1.9&cm_pla=wx.com-bar&cm_ite=wx-tenday&par=1CWFFv1.1.9&site=wx.com-bar]]></url>
  747.             <alt>My Link ALT</alt>
  748.             <icon>link_10day</icon>
  749.         </link>
  750.         <link id="localcity">
  751.             <text><![CDATA[Current Conditions]]></text>
  752.             <url><![CDATA[http://1cwffweb.weather.com/weather/local/LOCIDTAG?cm_ven=1CW&cm_cat=FFv1.1.9&cm_pla=wx.com-bar&cm_ite=wx-cc&par=1CWFFv1.1.9&site=wx.com-bar]]></url>
  753.             <alt>My Link ALT</alt>
  754.             <icon>link_10day</icon>
  755.         </link>
  756.         <link id="localtoday">
  757.             <text><![CDATA[Today's Forecast]]></text>
  758.             <url><![CDATA[http://1cwffweb.weather.com/weather/wxdetail/LOCIDTAG?dayNum=0&cm_ven=1CW&cm_cat=FFv1.1.9&cm_pla=wx.com-bar&cm_ite=wx-todays-fc&par=1CWFFv1.1.9&site=wx.com-bar]]></url>
  759.             <alt>My Link ALT</alt>
  760.             <icon>link_10day</icon>
  761.         </link>
  762.         <link id="localext">
  763.             <text><![CDATA[Extended Forecast]]></text>
  764.             <url><![CDATA[http://1cwffweb.weather.com/weather/wxdetail/LOCIDTAG?dayNum=DAYNUMTAG&cm_ven=1CW&cm_cat=FFv1.1.9&cm_pla=wx.com-bar&cm_ite=wx-extended-fc&par=1CWFFv1.1.9&site=wx.com-bar]]></url>
  765.             <alt>My Link ALT</alt>
  766.             <icon>link_10day</icon>
  767.         </link>
  768.         <link id="desktop">
  769.           <text><![CDATA[]]></text>
  770.         <url><![CDATA[http://1cwffweb.weather.com/services/desktop.html?cm_ven=1CW&cm_cat=FFv1.1.9&cm_pla=wx.com-perm&cm_ite=wx-dw5&par=1CWFFv1.1.9&site=wx.com-perm&refer=1ClickWx&from=1ClickWx]]></url>
  771.             <alt>My Link ALT</alt>
  772.             <icon>dw_ad</icon>
  773.         </link>
  774.         <!-- ADD MORE LINKS HERE!!! -->
  775.     </links>
  776.  
  777. </appconfig>
  778.